home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / CSS30.ARJ / PROGRAM.EXE / pak / CHURCH.BAT < prev    next >
DOS Batch File  |  1990-06-03  |  1KB  |  29 lines

  1. echo off
  2. cls
  3. if not exist \css\church.run goto err1
  4. if not exist \css\screens.txt\mainmenu.txt goto err2
  5. glexe church
  6. goto end
  7. :err1
  8. echo        CSS files not found in the \CSS subdirectory.
  9. :err2
  10. echo        CSS files (*.TXT) not found in the \CSS\SCREENS.TXT subdirectory.
  11. echo        ╔══════════════════════════════════════════════════════════╗
  12. echo        ║ Church Shareware Software needs to be properly installed.║
  13. echo        ║                                                          ║
  14. echo        ║ You must create two directories: \CSS & \CSS\SCREENS.TXT ║
  15. echo        ║ Place all files ending in TXT in \CSS\SCREENS.TXT        ║
  16. echo        ║ Place all other files in the \CSS directory.             ║
  17. echo        ║ See the CHURCH.DOC file for more help on installing CSS. ║
  18. echo        ║                                                          ║
  19. echo        ║ CSS must be installed on a hard drive.                   ║
  20. echo        ║ Copyright 1988, 1989, 1990  By Cedric Fairweather        ║
  21. echo        ╚══════════════════════════════════════════════════════════╝
  22. echo 
  23.  
  24. goto end
  25.  
  26. :end
  27. echo on
  28.  
  29.